From: Stefan Monnier Date: Sat, 29 May 2004 00:01:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22259 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c0d79192b108c47d129e669c38becd6f77c396eb;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7fa14ecdcc9..f748728d7fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-05-28 Stefan Monnier + + * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff): + * vc-arch.el (vc-arch-diff): Add optional `buffer' arg. + 2004-05-28 Juri Linkov * simple.el (eval-expression-print-format): New fun. diff --git a/src/ChangeLog b/src/ChangeLog index c0cf70fee9f..94980beca03 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2004-05-28 Stefan Monnier + + * alloc.c: Undo Kim's recent changes and fix the same bug differently. + (marker_blocks_pending_free): Remove. + (Fgarbage_collect): Sweep after cleaning up undo-lists. + Mark the undo lists after claning them up. + Don't free block in marker_blocks_pending_free. + (mark_buffer): Don't mark undo_list. + (gc_sweep): Sweep hash-tables and strings first. + Do free marker blocks that are empty. + 2004-05-28 Jim Blandy * regex.c (print_partial_compiled_pattern): Add missing 'break'